home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / office deutch / INFOPATH.NL-NL / INFLR.CAB / FL_DefineAnInterface_snippet_142726_ENU____.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2005-10-28  |  871b  |  28 lines

  1. ∩╗┐<?xml version="1.0" encoding="UTF-8"?>
  2. <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
  3.   <CodeSnippet Format="1.0.0">
  4.     <Header>
  5.       <Title>Define an Interface</Title>
  6.       <Author>Microsoft Corporation</Author>
  7.       <Description>Defines an interface.</Description>
  8.       <Shortcut>Interface</Shortcut>
  9.     </Header>
  10.     <Snippet>
  11.       <References>
  12.       </References>
  13.       <Imports>
  14.       </Imports>
  15.       <Declarations>
  16.         <Literal>
  17.           <ID>InterfaceName</ID>
  18.           <Type></Type>
  19.           <ToolTip>Replace with the name of the interface.</ToolTip>
  20.           <Default>MyInterface</Default>
  21.         </Literal>
  22.       </Declarations>
  23.       <Code Language="VB" Kind="type decl"><![CDATA[Interface I$InterfaceName$
  24.  
  25. End Interface]]></Code>
  26.     </Snippet>
  27.   </CodeSnippet>
  28. </CodeSnippets>